-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update UI on the wayfinding page #420
Conversation
@Lucaci-Andrei just for reference, this is an example of ticket where the strings needed to be translated in all the supported languages. |
packages/map-template/src/components/Wayfinding/Wayfinding.scss
Outdated
Show resolved
Hide resolved
packages/map-template/src/components/Wayfinding/Wayfinding.scss
Outdated
Show resolved
Hide resolved
Co-authored-by: Anders Mogensen <[email protected]>
…MapsPeople/web-ui into feature/update-wayfinding-steps # Conflicts: # packages/map-template/src/components/Wayfinding/Wayfinding.scss
Ready for re review ✅ @ammapspeople |
@@ -47,4 +47,8 @@ | |||
padding: var(--spacing-medium) var(--spacing-x-small) var(--spacing-medium) var(--spacing-x-small); | |||
} | |||
|
|||
span { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider targeting using a BEM element selector (&__label
? 🤔 ), just to avoid problems down the line if we add a <span>
in another place in the component.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point ✅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🆗 x 3
What
How